Merge "Enable octavia tempest tests"
This commit is contained in:
commit
c936cf259a
@ -191,6 +191,10 @@
|
||||
- src: user_variables_zun.yml.j2
|
||||
dest: user_variables_zun.yml
|
||||
condition: "{{ 'zun' in bootstrap_host_scenarios_expanded }}"
|
||||
- src: user_variables_octavia.yml.j2
|
||||
dest: user_variables_octavia.yml
|
||||
condition: "{{ 'octavia' in bootstrap_host_scenarios_expanded }}"
|
||||
|
||||
|
||||
- name: Copy modified cinder-volume env.d file for ceph scenario
|
||||
copy:
|
||||
|
@ -0,0 +1,23 @@
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
tempest_test_whitelist:
|
||||
- octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest
|
||||
|
||||
octavia_legacy_policy: True
|
||||
octavia_ssh_key_name: ''
|
||||
tempest_run_concurrency: 0
|
||||
tempest_service_available_octavia: true
|
||||
tempest_tempest_conf_overrides:
|
||||
load_balancer:
|
||||
member_role: '"Member"'
|
||||
load_balancer.test_with_ipv6: false
|
Loading…
Reference in New Issue
Block a user