Skip to content

Instantly share code, notes, and snippets.

@a1git
Created April 25, 2016 08:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save a1git/8c9ad6cd8f5e62319ee0b1774e6a1335 to your computer and use it in GitHub Desktop.
---
haproxy_use_keepalived: true
apply_security_hardening: false
haproxy_keepalived_external_vip_cidr: "10.11.12.3/22"
haproxy_keepalived_internal_vip_cidr: "172.29.236.3/22"
haproxy_keepalived_external_interface: "eth0"
haproxy_keepalived_internal_interface: "br-mgmt"
haproxy_user_ssl_cert: /opt/ssl/admin0.cert
haproxy_user_ssl_key: /opt/ssl/admin0.key
haproxy_user_ssl_ca_cert: /opt/ssl/admin0ca.cert
glance_default_store: rbd
glance_ceph_client: glance
glance_rbd_store_pool: glance-images
nova_libvirt_images_rbd_pool: ephemeral-vms
cinder_service_backup_driver: cinder.backup.drivers.ceph
cinder_service_backup_ceph_user: cinder-backup
cinder_service_backup_ceph_pool: cinder-backup
cephx: true
ceph_mons:
- 172.29.244.20
- 172.29.244.21
- 172.29.244.22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment