File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ heat_stack_domain_admin_password: ''
1818swift_password : ' '
1919dns_lb_ip : 192.168.122.80
2020dns_server_ip : 192.168.122.1
21+ enable_unique_pod_names : false
2122
2223dpa_dir : " ../.."
2324dpa_tests_dir : " {{ dpa_dir }}/tests"
Original file line number Diff line number Diff line change 1414 barbicanKeystoneListener: {}
1515
1616 cinder:
17+ {% if enable_unique_pod_names %}
18+ uniquePodNames: true
19+ {% endif %}
1720 enabled: false
1821 template:
1922 cinderAPI: {}
3942 replicas: 1
4043
4144 glance:
45+ {% if enable_unique_pod_names %}
46+ uniquePodNames: true
47+ {% endif %}
4248 enabled: false
4349 template:
4450 glanceAPIs: {}
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ install_yamls_path: ~/install_yamls #CUSTOMIZE_THIS
44# This flag signifies if TLS Everywhere is enabled on the source cloud
55enable_tlse : false
66
7+ # This flag enables unique pod names for the adopted OpenStack services.
8+ enable_unique_pod_names : false
9+
710# Source MariaDB Galera cluster members {name:IP} pairs of addresses on internal_api network (also in additional cells) for pre-adoption checks.
811# Defaults provided for a single-cell case. Complete the lists for an HA multi-cell adoption.
912source_galera_members :
You can’t perform that action at this time.
0 commit comments