cloudstack: tests: use expected vpc offering (#42462)
This commit is contained in:
parent
1d1595b990
commit
8a3d29cf6d
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
name: vpc_network_test
|
||||
cidr: 10.43.0.0/16
|
||||
zone: "{{ cs_common_zone_adv }}"
|
||||
vpc_offering: Redundant VPC offering
|
||||
network_domain: cs2sandbox.simulator.example.com
|
||||
register: vpc
|
||||
- name: verify setup vpc
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
name: "{{ cs_resource_prefix }}_vpc"
|
||||
display_text: "{{ cs_resource_prefix }}_display_text"
|
||||
cidr: 10.10.0.0/16
|
||||
vpc_offering: Redundant VPC offering
|
||||
zone: "{{ cs_common_zone_adv }}"
|
||||
register: vpc
|
||||
- name: verify setup vpc
|
||||
|
|
Loading…
Reference in a new issue