Skip to content

Commit

Permalink
cloudstack: tests: use expected vpc offering (ansible#42462)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Jul 7, 2018
1 parent 1d1595b commit 8a3d29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/integration/targets/cs_network_acl/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a3d29c

Please sign in to comment.