octo-diff:
Expectedly, or production workers, the configuration is updated with the graph
configuration key and the dependency python3-swh.graph.client is installed. For staging
workers, nothing changes as there is no graph instance there.
```
$ bin/octocatalog-diff --octocatalog-diff-args --no-truncate-details --to staging worker12.euwest.azure
Found host worker12.euwest.azure.internal.softwareheritage.org
...
*******************************************
File[/etc/softwareheritage/vault_cooker.yml] =>
parameters =>
content =>
@@ -17,3 +17,5 @@
- swh.vault.cooking_tasks.SWHBatchCookingTask
max_bundle_size: 1073741824
+graph:
+ url: http://graph.internal.softwareheritage.org:5009/
_
*******************************************
+ Package[python3-swh.graph.client] =>
parameters =>
"ensure": "present"
*******************************************
*** End octocatalog-diff on worker12.euwest.azure.internal.softwareheritage.org
$bin/octocatalog-diff --octocatalog-diff-args --no-truncate-details --to staging worker0.internal.staging.swh.network
Found host worker0.internal.staging.swh.network
WARN -> Environment "staging-check-journal-client" contained non-word characters, correcting name to staging_check_journal_client
WARN -> Environment "staging-check-journal-client-2nd-implementation" contained non-word characters, correcting name to staging_check_journal_client_2nd_implementation
WARN -> Environment "staging-check-journal-client-first-implem" contained non-word characters, correcting name to staging_check_journal_client_first_implem
WARN -> Environment "wip-pg-hba-rules-in-yaml" contained non-word characters, correcting name to wip_pg_hba_rules_in_yaml
Cloning into '/tmp/swh-ocd.SU6X8d2c/environments/production/data/private'...
done.
Cloning into '/tmp/swh-ocd.SU6X8d2c/environments/staging/data/private'...
done.
*** Running octocatalog-diff on host worker0.internal.staging.swh.network
I, [2021-09-01T17:19:32.856260 #26813] INFO -- : Catalogs compiled for worker0.internal.staging.swh.network
I, [2021-09-01T17:19:34.031670 #26813] INFO -- : Diffs computed for worker0.internal.staging.swh.network
I, [2021-09-01T17:19:34.031705 #26813] INFO -- : No differences
*** End octocatalog-diff on worker0.internal.staging.swh.network
```