forked from redhat-kejones/rhosp-13-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy-tls.sh
executable file
·35 lines (31 loc) · 1.75 KB
/
deploy-tls.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/usr/bin/env bash
cd ~
source ~/stackrc
#Disable Telemetry
# -e /usr/share/openstack-tripleo-heat-templates/environments/disable-telemetry.yaml
#Enable nested Virt on Hypervisors
# -e /home/stack/templates/nested-virt-post-deploy.yaml \
time openstack overcloud deploy --templates \
-r /home/stack/templates/roles_data.yaml \
-n /home/stack/templates/network_data.yaml \
-e /home/stack/templates/overcloud_images.yaml \
-e /home/stack/templates/timezone.yaml \
-e /home/stack/templates/enable-tls.yaml \
-e /home/stack/templates/cloudname.yaml \
-e /home/stack/templates/inject-trust-anchor-hiera.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/tls-endpoints-public-dns.yaml \
-e /home/stack/templates/node-info.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/services/sahara.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-rgw.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/enable-swap.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
-e /home/stack/templates/network-environment.yaml \
-e /home/stack/templates/ceph-environment.yaml \
-e /home/stack/templates/firstboot-environment.yaml \
-e /home/stack/templates/octavia-post-deploy.yaml \
--timeout 120