Related to T3433
Details
Details
- Reviewers
ardumont - Group Reviewers
System administrators - Maniphest Tasks
- T3433: Deploy swh.search v0.10/v0.11
- Commits
- rSPSITEd19dc2f55c01: webapp: support new metadata search backend configuation
- webapp1.production
diff origin/production/webapp1.internal.softwareheritage.org current/webapp1.internal.softwareheritage.org ******************************************* File[/etc/softwareheritage/web/web.yml] => parameters => content => @@ -3,5 +3,6 @@ cls: remote url: http://webapp1.internal.softwareheritage.org:5010/ -metadata_search_backend: swh-search +search_config: + metadata_backend: swh-search storage: cls: remote ******************************************* *** End octocatalog-diff on webapp1.internal.softwareheritage.org
- moma
*** Running octocatalog-diff on host moma.softwareheritage.org I, [2021-09-07T16:04:07.509785 #30702] INFO -- : Catalogs compiled for moma.softwareheritage.org I, [2021-09-07T16:04:09.500586 #30702] INFO -- : Diffs computed for moma.softwareheritage.org diff origin/production/moma.softwareheritage.org current/moma.softwareheritage.org ******************************************* File[/etc/softwareheritage/web/web.yml] => parameters => content => @@ -3,5 +3,6 @@ cls: remote url: http://moma.internal.softwareheritage.org:5010/ -metadata_search_backend: swh-search +search_config: + metadata_backend: swh-search storage: cls: remote ******************************************* *** End octocatalog-diff on moma.softwareheritage.org
- webapp.staging
diff origin/production/webapp.internal.staging.swh.network current/webapp.internal.staging.swh.network ******************************************* File[/etc/softwareheritage/web/web.yml] => parameters => content => @@ -3,5 +3,6 @@ cls: remote url: http://webapp.internal.staging.swh.network:5010/ -metadata_search_backend: swh-search +search_config: + metadata_backend: swh-search storage: cls: remote ******************************************* *** End octocatalog-diff on webapp.internal.staging.swh.network
Diff Detail
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I gather from this that the actual configuration structure changed as well.
yes, see D6202