forked from CCI-MOC/esi-pilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.sh
More file actions
executable file
·20 lines (19 loc) · 804 Bytes
/
Copy pathupdate.sh
File metadata and controls
executable file
·20 lines (19 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
openstack overcloud update prepare --stack overcloud \
--validation-errors-nonfatal \
--templates /usr/share/openstack-tripleo-heat-templates \
-n custom_network_data.yaml \
--vip-file custom_vip_data.yaml \
--baremetal-deployment overcloud_baremetal_deploy.yaml \
-r roles_data.yaml \
--deployed-server \
-e containers-prepare-parameter.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/memcached-use-ips.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ml2-ansible.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovs.yaml \
-e enable-tls.yaml \
-e tls-endpoints-public-dns.yaml \
-e cloudname.yaml \
-e esi-custom.yaml \
-e keystone_extraconfig.yaml \
-e sso_vars.yaml