swh-search: update the configuration for the deployment of v0.11.4
It needs some manual actions before being able to deploy this
Related to T3433
Test Plan
- moma:
diff origin/production/moma.softwareheritage.org current/moma.softwareheritage.org
*******************************************
File[/etc/softwareheritage/search/server.yml] =>
parameters =>
content =>
@@ -11,5 +11,5 @@
indexes:
origin:
- index: origin-production
+ index: origin-v0.11
read_alias: origin-read
write_alias: origin-write
*******************************************
*** End octocatalog-diff on moma.softwareheritage.org
- search1
diff origin/production/search1.internal.softwareheritage.org current/search1.internal.softwareheritage.org
*******************************************
File[/etc/softwareheritage/search/server.yml] =>
parameters =>
content =>
@@ -11,5 +11,5 @@
indexes:
origin:
- index: origin-production
+ index: origin-v0.11
read_alias: origin-read
write_alias: origin-write
*******************************************
*** End octocatalog-diff on search1.internal.softwareheritage.org
Migrated from D6182 (view on Phabricator)