File tree Expand file tree Collapse file tree
dataplane_adoption/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,6 +224,10 @@ pull_openstack_configuration_ssh_shell_vars: |
224224enable_octavia : true
225225octavia_adoption : true
226226
227+ # Whether to create Octavia workload before adoption - defined in common_defaults because it is used in two roles:
228+ # dataplane_adoption and development_environment
229+ prelaunch_octavia_workload : false
230+
227231# MariaDB client connection timeout in seconds
228232# Related to OSPRH-18618
229233mariadb_client_timeout : 0
Original file line number Diff line number Diff line change @@ -232,7 +232,6 @@ skip_patching_ansibleee_csv: false
232232os_diff_dir : tmp/os-diff
233233os_diff_data_dir : tmp/os-diff
234234prelaunch_test_instance : true
235- prelaunch_octavia_workload : false
236235telemetry_adoption : true
237236
238237# nodes data will be templated in as a separate
You can’t perform that action at this time.
0 commit comments