Merge "Disable puppet runs on eavesdrop"

changes/07/795207/1
Zuul 2 years ago committed by Gerrit Code Review
commit b5423352d5

@ -13,5 +13,11 @@
- install-docker
- accessbot
- gerritbot
- name: puppet-run
manifest: /opt/system-config/production/manifests/eavesdrop.pp
# NOTE(ianw) 2021-06-02
# We have disabled puppet because we are updating
# meetbot to python3, and we don't want to trigger
# pip trying to re-install it on the production server
# in case it tries to use python3 (even if we install from
# a tag, we're not sure puppet won't start using pip3 to install).
# - name: puppet-run
# manifest: /opt/system-config/production/manifests/eavesdrop.pp

Loading…
Cancel
Save