Skip to content

Instantly share code, notes, and snippets.

@remoteur
Last active October 17, 2015 21:32
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 remoteur/920109a31083942ba5e1 to your computer and use it in GitHub Desktop.
Save remoteur/920109a31083942ba5e1 to your computer and use it in GitHub Desktop.
deployed_overcloud
stack@instack:~/the-cloud>>> openstack overcloud deploy --control-scale 3 --compute-scale 2 --libvirt-type qemu --ntp-server pool.ntp.org --templates ~/the-cloud/ -e ~/the-cloud/environments/puppet-pacemaker.yaml -e ~/the-cloud/environments/network-isolation.yaml -e ~/the-cloud/environments/net-single-nic-with-vlans.yaml -e ~/the-cloud/environments/network-environment.yaml
Deploying templates in the directory /home/stack/the-cloud
/home/stack/.ssh/known_hosts updated.
Original contents retained as /home/stack/.ssh/known_hosts.old
PKI initialization in init-keystone is deprecated and will be removed.
Warning: Permanently added '192.168.104.10' (ECDSA) to the list of known hosts.
No handlers could be found for logger "oslo_config.cfg"
2015-10-17 16:46:31.745 4594 WARNING keystone.cmd.cli [-] keystone-manage pki_setup is not recommended for production use.
The following cert files already exist, use --rebuild to remove the existing files before regenerating:
/etc/keystone/ssl/certs/ca.pem already exists
/etc/keystone/ssl/private/signing_key.pem already exists
/etc/keystone/ssl/certs/signing_cert.pem already exists
Connection to 192.168.104.10 closed.
Overcloud Endpoint: http://192.168.104.10:5000/v2.0/
Overcloud Deployed
stack@instack:~>>>
stack@instack:~>>> cat overcloudrc
export OS_NO_CACHE=True
export COMPUTE_API_VERSION=1.1
export OS_USERNAME=admin
export no_proxy=,192.168.104.10
export OS_TENANT_NAME=admin
export OS_CLOUDNAME=overcloud
export OS_AUTH_URL=http://192.168.104.10:5000/v2.0/
export NOVA_VERSION=1.1
export OS_PASSWORD=sQUgNz7AJaqkUHm9mmzytQkAv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment