Remove bodhi1 from haproxy for the bodhi2 migration.
This commit is contained in:
parent
94102f92d5
commit
bd8b01905f
1 changed files with 6 additions and 5 deletions
|
@ -78,11 +78,12 @@ listen mirrormanager 0.0.0.0:10008
|
|||
server mm-frontend02 mm-frontend02:80 check inter 60s rise 2 fall 3
|
||||
option httpchk GET /mirrormanager/static/mirrormanager2.css
|
||||
|
||||
listen bodhi 0.0.0.0:10009
|
||||
balance hdr(appserver)
|
||||
server bodhi01 bodhi01:80 check inter 20s rise 2 fall 3
|
||||
server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3
|
||||
option httpchk GET /updates/nagios
|
||||
## This is bodhi1.. removed for the bodhi2 migration.
|
||||
##listen bodhi 0.0.0.0:10009
|
||||
## balance hdr(appserver)
|
||||
## server bodhi01 bodhi01:80 check inter 20s rise 2 fall 3
|
||||
## server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3
|
||||
## option httpchk GET /updates/nagios
|
||||
|
||||
listen bodhi2 0.0.0.0:10010
|
||||
balance hdr(appserver)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue