Skip to content

Instantly share code, notes, and snippets.

@frizop
Created January 31, 2019 04:16
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 frizop/628094873a75e398bb3d18c56eaca96e to your computer and use it in GitHub Desktop.
Save frizop/628094873a75e398bb3d18c56eaca96e to your computer and use it in GitHub Desktop.
deploy command
openstack overcloud deploy --templates \
-r /home/stack/templates/roles_data.yaml \
-e /home/stack/templates/overcloud_images.yaml \
-e /home/stack/openstack-tripleo-heat-templates-rendered/environments/network-isolation.yaml \
-e /home/stack/openstack-tripleo-heat-templates-rendered/environments/network-environment.yaml \
-e /home/stack/openstack-tripleo-heat-templates-rendered/environments/ceph-ansible/ceph-ansible.yaml \
-e /home/stack/templates/ceph-config.yaml \
-e /home/stack/templates/scheduler_hints_env.yaml \
--ntp-server <removed> \
--control-flavor baremetal \
--compute-flavor baremetal \
--ceph-storage-flavor baremetal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment