Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1230
vagrant ssh riverside: dist-upgrade then puppet agent ok
Active
Public
Actions
Authored by
ardumont
on Dec 3 2021, 10:11 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
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:~#
Event Timeline
ardumont
created this paste.
Dec 3 2021, 10:11 AM
2021-12-03 10:11:46 (UTC+1)
ardumont
added a comment.
Dec 3 2021, 10:13 AM
2021-12-03 10:13:50 (UTC+1)
Comment Actions
Related to
T3761
Log In to Comment