Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/integ #96

Merged
merged 1 commit into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/integration/targets/nutanix_floating_ips/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ username: admin
password: Nutanix.123
external_subnet:
subnet_name: ET_7
subnet_uuiid: 3f9face6-43ad-4b93-91c7-99db3155ea32
subnet_uuiid: 54e295c3-16d3-49de-96ba-b921948b3a4d
vpc:
vpc_name: ET_8
vpc_uuiid: 5ec9790b-68a0-48c7-91be-669eaff6f65d
vpc_uuiid: 471181f8-eb2d-4303-9a61-6b25a1b3553e
vm:
vm_name: ET_11
vm_uuid: 98f78bad-cfb0-4dc1-84a1-6a0d17a933a7
vm_uuid: 83c9c094-2b18-4e65-bf6f-234640e07bc0
private_ip: 192.168.1.153
todelete: []
vm_subnet_name: ext_102
vm_subnet_name: ext_102
2 changes: 1 addition & 1 deletion tests/integration/targets/nutanix_subnets/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dhcp_server_address: 192.168.0.35

vpc:
name: ET_1
uuid: 2f09613c-0f59-426a-8721-2f989434b06f
uuid: 47262dd0-ef44-4261-8c3b-32fba154c914

external_nat_subnet:
vlan_id: 201
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/nutanix_vpcs/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ username: admin
password: Nutanix.123
external_subnet:
subnet_name: ET_2
subnet_uuiid: 57959f75-6b21-431c-b76b-516447d52621
subnet_uuiid: 60a3e1ab-38e7-4c03-916e-383651fd4689
dns_servers:
- 8.8.8.8
- 8.8.4.4
Expand Down