From cfef145211ece0d9847ec3d71f161c099b9bc51d Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Sat, 10 Sep 2016 17:37:21 +0000 Subject: [PATCH] Turn testing repos off for production Bodhi. --- inventory/group_vars/bodhi-backend | 3 +++ inventory/group_vars/bodhi2 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/inventory/group_vars/bodhi-backend b/inventory/group_vars/bodhi-backend index 54d75d23a3..cbe05a7a57 100644 --- a/inventory/group_vars/bodhi-backend +++ b/inventory/group_vars/bodhi-backend @@ -12,6 +12,9 @@ ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/ virt_install_command: "{{ virt_install_command_two_nic }}" +# Do not use testing repositories on production +testing: False + # These are for fedmsg publication from the bodhi backend. # If you change these iptables rules, you also need to changes the endpoints # list in roles/fedmsg/base/templates/endpoints-bodhi.py diff --git a/inventory/group_vars/bodhi2 b/inventory/group_vars/bodhi2 index d0717d3a48..9240224f29 100644 --- a/inventory/group_vars/bodhi2 +++ b/inventory/group_vars/bodhi2 @@ -7,6 +7,9 @@ lvm_size: 40000 mem_size: 16384 num_cpus: 4 +# Do not use testing repositories on production +testing: False + # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file