vmware_dvswitch_nioc: fix the integration test (#58920)
Correct the name of the vcenter variables.
This commit is contained in:
parent
ee24e6c5be
commit
909f7f2ce5
1 changed files with 6 additions and 6 deletions
|
@ -35,9 +35,9 @@
|
||||||
- &enable_nioc
|
- &enable_nioc
|
||||||
name: Enable NIOC
|
name: Enable NIOC
|
||||||
vmware_dvswitch_nioc:
|
vmware_dvswitch_nioc:
|
||||||
hostname: "{{ vcenter_server }}"
|
hostname: "{{ vcenter_hostname }}"
|
||||||
username: "{{ vcenter_user }}"
|
username: "{{ vcenter_username }}"
|
||||||
password: "{{ vcenter_pass }}"
|
password: "{{ vcenter_password }}"
|
||||||
switch: dvswitch_0001
|
switch: dvswitch_0001
|
||||||
version: version3
|
version: version3
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
|
@ -74,9 +74,9 @@
|
||||||
- &disable_nioc
|
- &disable_nioc
|
||||||
name: Disable NIOC
|
name: Disable NIOC
|
||||||
vmware_dvswitch_nioc:
|
vmware_dvswitch_nioc:
|
||||||
hostname: "{{ vcenter_server }}"
|
hostname: "{{ vcenter_hostname }}"
|
||||||
username: "{{ vcenter_user }}"
|
username: "{{ vcenter_username }}"
|
||||||
password: "{{ vcenter_pass }}"
|
password: "{{ vcenter_password }}"
|
||||||
switch: dvswitch_0001
|
switch: dvswitch_0001
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Reference in a new issue