Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. internet => vyatta => cloud
  2.  
  3. user_variables.yml
  4.  
  5. haproxy_keepalived_external_vip_cidr: "172.29.236.3/22"
  6. haproxy_keepalived_internal_vip_cidr: "172.29.236.5/22"
  7. haproxy_keepalived_external_interface: "br-mgmt"
  8. haproxy_keepalived_internal_interface: "br-mgmt"
  9.  
  10.  
  11. openstack_user_config.yml
  12.  
  13. internal_lb_vip_address: cloudint.domain.com # this points to 172.29.236.3
  14. external_lb_vip_address: cloud.domain.com # this points to a.b.c.d which is 1:1 nat via vyatta to 172.29.236.5
  15.  
  16.  
  17. keepalive has correct IPs:
  18.  
  19. but in netstat, I see keystone listeing on like this ( on controllers )
  20.  
  21. tcp 0 0 a.b.c.d:5000 0.0.0.0:* LISTEN 2331/haproxy
  22. tcp 0 0 172.29.236.3:5000 0.0.0.0:* LISTEN 2331/haproxy
  23.  
  24.  
  25. # this a.b.c.d lives in vyatta .. how did it came here ?
  26. I check and I see this:
  27.  
  28. keystone_service:bind cloud.domain.com:5000 [which points to the public IP]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement