Advertisement
Guest User

getting-closer-yo.yaml

a guest
Nov 20th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # This should be a VIP, an unused IP on your network that will float between
  2. # the hosts running keepalived for high-availability. When running an All-In-One
  3. # without haproxy and keepalived, this should be the first IP on your
  4. # 'network_interface' as set in the Networking section below.
  5. #kolla_internal_vip_address: "10.10.10.254"
  6. kolla_internal_vip_address: "192.168.70.25"
  7. enable_haproxy: "yes"
  8.  
  9. # This is the DNS name that maps to the kolla_internal_vip_address VIP. By
  10. # default it is the same as kolla_internal_vip_address.
  11. #kolla_internal_fqdn: "{{ kolla_internal_vip_address }}"
  12. kolla_internal_fqdn: "galvatron.jinkit.com"
  13.  
  14. # This should be a VIP, an unused IP on your network that will float between
  15. # the hosts running keepalived for high-availability. It defaults to the
  16. # kolla_internal_vip_address, allowing internal and external communication to
  17. # share the same address. Specify a kolla_external_vip_address to separate
  18. # internal and external requests between two VIPs.
  19. #kolla_external_vip_address: "{{ kolla_internal_vip_address }}"
  20. kolla_external_vip_address: "192.168.4.25"
  21.  
  22. # The Public address used to communicate with OpenStack as set in the public_url
  23. # for the endpoints that will be created. This DNS name should map to
  24. # kolla_external_vip_address.
  25. #kolla_external_fqdn: "{{ kolla_external_vip_address }}"
  26. kolla_external_fqdn: "openstack.jinkit.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement