From 68002acadb1e124930eb4559925a3a6f06a4a96e Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Sat, 10 Sep 2016 16:53:44 +0000 Subject: [PATCH] Set the staging bodhi back and front ends testing var to True. --- inventory/group_vars/bodhi-backend-stg | 3 +++ inventory/group_vars/bodhi2-stg | 3 +++ 2 files changed, 6 insertions(+) diff --git a/inventory/group_vars/bodhi-backend-stg b/inventory/group_vars/bodhi-backend-stg index 50cbe8176e..7ef65a482c 100644 --- a/inventory/group_vars/bodhi-backend-stg +++ b/inventory/group_vars/bodhi-backend-stg @@ -10,6 +10,9 @@ dns: 10.5.126.21 ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7 ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/ +# Use the infra-testing repo +testing: True + # 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-stg b/inventory/group_vars/bodhi2-stg index 9b1e005e30..3f657b0067 100644 --- a/inventory/group_vars/bodhi2-stg +++ b/inventory/group_vars/bodhi2-stg @@ -10,6 +10,9 @@ num_cpus: 2 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file +# Use the infra-testing repo +testing: True + # Definining these vars has a number of effects # 1) mod_wsgi is configured to use the vars for its own setup # 2) iptables opens enough ports for all threads for fedmsg