Page MenuHomeSoftware Heritage
Paste P1230

vagrant ssh riverside: dist-upgrade then puppet agent ok
ActivePublic

Authored by ardumont on Dec 3 2021, 10:11 AM.
root@riverside:~# for volume in data redis kafka zookeeper symbolicator clickhouse; do echo docker volume create --name=sentry-$volume; done
docker volume create --name=sentry-data
docker volume create --name=sentry-redis
docker volume create --name=sentry-kafka
docker volume create --name=sentry-zookeeper
docker volume create --name=sentry-symbolicator
docker volume create --name=sentry-clickhouse
...
# actually do ^ then
root@riverside:~# puppet agent --test
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Retrieving locales
Info: Loading facts
Info: Caching catalog for riverside.internal.softwareheritage.org
Info: Applying configuration version '1638522401'
Notice: /Stage[main]/Profile::Systemd_journal::Journalbeat/Service[journalbeat]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Profile::Systemd_journal::Journalbeat/Service[journalbeat]: Unscheduling refresh on Service[journalbeat]
Notice: /Stage[main]/Profile::Sentry/Exec[check sentry-onpremise install flag]/returns: executed successfully
Info: /Stage[main]/Profile::Sentry/Exec[check sentry-onpremise install flag]: Scheduling refresh of Exec[run sentry-onpremise install.sh]
Notice: /Stage[main]/Profile::Sentry/Exec[run sentry-onpremise install.sh]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Profile::Sentry/Exec[run sentry-onpremise install.sh]: Scheduling refresh of Exec[start sentry-onpremise docker compose]
Notice: /Stage[main]/Profile::Sentry/Exec[start sentry-onpremise docker compose]: Triggered 'refresh' from 1 event
Notice: Applied catalog in 192.30 seconds
root@riverside:~#