Remove references to the old fedora-packages nodes.
This commit is contained in:
parent
5c65c352da
commit
31c4afd59c
4 changed files with 8 additions and 27 deletions
|
@ -87,19 +87,6 @@ config = dict(
|
|||
for i in range(40)
|
||||
],
|
||||
{% endif %}
|
||||
# TODO -- these are the old tagger endpoints that should eventually be
|
||||
# removed.
|
||||
"fedoratagger.packages01": [
|
||||
"tcp://packages01.%s:30%02i" % (suffix, i)
|
||||
for i in range(32)
|
||||
],
|
||||
{% if env != 'staging' %}
|
||||
"fedoratagger.packages02": [
|
||||
"tcp://packages02.%s:30%02i" % (suffix, i)
|
||||
for i in range(32)
|
||||
],
|
||||
{% endif %}
|
||||
# These are the new endpoints, on the new tagger01,2 nodes.
|
||||
# fedoratagger needs 32 endpoints too, just like FAS.
|
||||
"fedoratagger.tagger01": [
|
||||
"tcp://tagger01.%s:30%02i" % (suffix, i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue