Skip to content

Commit

Permalink
address reviewer's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapassaro authored and shellymiron committed Apr 25, 2024
1 parent 1295795 commit 5f1b1d4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
5 changes: 1 addition & 4 deletions tests/e2e/molecule/manage_vm/scenarios/update_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
ansible.builtin.include_tasks:
file: manage_vm/tasks/update_vm_state.yml

- name: Add Management Network VM Portgroup to all hosts in a cluster
- name: Add port group with network label {{ portgroup_name }}
community.vmware.vmware_portgroup:
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"
Expand All @@ -45,9 +45,6 @@
cluster_name: "{{ provision_vm_cluster }}"
switch: "{{ vswitch_name }}"
portgroup: "{{ portgroup_name }}"
security:
forged_transmits: true
promiscuous_mode: true

- name: Update networks of existing VM {{ vm_update_name }}
ansible.builtin.import_role:
Expand Down
13 changes: 0 additions & 13 deletions tests/e2e/molecule/vault_files/eco_vsphere_creds.yml

This file was deleted.

2 changes: 0 additions & 2 deletions tests/integration/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
collections:
- name: community.vmware
version: "4.2.0"
- name: vmware.vmware_rest
version: "2.3.1"
- name: containers.podman

0 comments on commit 5f1b1d4

Please sign in to comment.