Merge "Disable puppet runs on eavesdrop"

This commit is contained in:
Zuul 2021-06-08 00:34:26 +00:00 committed by Gerrit Code Review
commit b5423352d5
1 changed files with 8 additions and 2 deletions

View File

@ -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