Now remove proxy05/proxy5 app06/app6 from ansible.

This commit is contained in:
Stephen Smoogen 2014-02-04 20:59:01 +00:00
parent 25e545ed5d
commit 417471d978
26 changed files with 20 additions and 36 deletions

View file

@ -42,10 +42,6 @@ config = dict(
"tcp://app05.%s:300%i" % (non_phx_suffix, i)
for i in range(8)
],
"bodhi.app06": [
"tcp://app06.%s:300%i" % (non_phx_suffix, i)
for i in range(8)
],
"bodhi.app07": [
"tcp://app07.%s:300%i" % (suffix, i)
for i in range(8)

View file

@ -6,7 +6,6 @@ app_hosts = [
"app03.phx2.fedoraproject.org",
"app04.phx2.fedoraproject.org",
"app05.fedoraproject.org",
"app06.fedoraproject.org",
"app07.phx2.fedoraproject.org",
"app08.fedoraproject.org",
]