Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Som minor modifications to lb scenario #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pcmk/lb.scenario
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ frontend vip-qpid

frontend vip-horizon
bind ${PHD_VAR_network_internal}.211:80
mode http
timeout client 180s
cookie SERVERID insert indirect nocache
default_backend horizon-vms
Expand Down Expand Up @@ -119,11 +120,11 @@ nova-vnc-novncproxy:210:85:6080
nova-vnc-xvpvncproxy:210:85:6081
nova-metadata:210:85:8775
nova-api:210:85:8774
horizon:x:85:80:108s
horizon:x:85:80:180s
heat-cfn:212:91:8000
heat-cloudw:212:91:8004
heat-srv:212:91:8004
ceilometer:x:97:8777
ceilometer:x:97:8777:90s
"

for mapping in $mappings; do
Expand Down