Skip to content

Instantly share code, notes, and snippets.

@a1git
Created April 22, 2016 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/f3f1c684d1c8e62b1e9575fbf69e1955 to your computer and use it in GitHub Desktop.
Save a1git/f3f1c684d1c8e62b1e9575fbf69e1955 to your computer and use it in GitHub Desktop.
git clone https://github.com/openstack/openstack-ansible.git /opt/openstack-ansible
git fetch https://git.openstack.org/openstack/openstack-ansible refs/changes/99/277199/32 && git cherry-pick FETCH_HEAD
./scripts/bootstrap-ansible.sh
openstack-ansible setup-hosts.yml
openstack-ansible setup-infrastructure.yml
openstack-ansible setup-openstack.yml
https://URL/ (for horizon) = 503 503 Service Unavailable No server is available to handle this request.
Config:
---
haproxy_use_keepalived: true
apply_security_hardening: false
keystone_public_endpoint: "{{ keystone_service_publicuri }}"
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_rbd_store_pool: glance-images
nova_libvirt_images_rbd_pool: ephemeral-vms
cinder_service_backup_driver: cinder.backup.drivers.ceph
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