-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathovercloud_deploy.sh
20 lines (16 loc) · 1.52 KB
/
overcloud_deploy.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
#PARAMS="$*"
#openstack overcloud deploy $PARAMS \
#--templates \
#-r /home/stack/osp13_haresh/roles_data.yaml \
#-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
#-e /usr/share/openstack-tripleo-heat-templates/environments/host-config-and-reboot.yaml \
#-e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovs-dpdk.yaml \
#-e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-sriov.yaml \
#-e /usr/share/openstack-tripleo-heat-templates/environments/ovs-hw-offload.yaml \
#-e /home/stack/osp13_haresh/docker-images.yaml \
#-e /home/stack/osp13_haresh/nic-mapping-env.yaml \
#-e /home/stack/osp13_haresh/api-policies.yaml \
#-e /home/stack/osp13_haresh/network-environment.yaml \
#--log-file overcloud_install.log
openstack overcloud deploy --templates -r /home/stack/osp13_haresh/roles_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/host-config-and-reboot.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovs-dpdk.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-sriov.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ovs-hw-offload.yaml -e /home/stack/osp13_haresh/docker-images.yaml -e /home/stack/osp13_haresh/nic-mapping-env.yaml -e /home/stack/osp13_haresh/api-policies.yaml -e /home/stack/osp13_haresh/network-environment.yaml --log-file overcloud_install.log