Turn testing repos off for production Bodhi.
This commit is contained in:
parent
05e1e9a982
commit
cfef145211
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue