-
Notifications
You must be signed in to change notification settings - Fork 912
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
Unable to add portgroup #819
Comments
@Akasurde can you clarify what command did you run, and what version of vcsim did you use? It will be very helpful for us to address the issue. |
This is similar to other Ansible Playbook error. |
@Akasurde the wiki page is just a list of govmomi github issues, does not provide any detail. All we need are some steps to reproduce. |
I am facing this issue while using vcsim with Ansible VMware module
I think this function is not implemented in vcsim, so Ansible module fails. You can use following Ansible playbook to reproduce this error against latest govcsim code. ---
- name: Port group
hosts: localhost
vars:
- vcsim: 0.0.0.0
tasks:
- name: add vmkernel
vmware_vmkernel:
validate_certs: False
hostname: "{{ vcsim }}"
username: user
password: pass
vswitch_name: vswitch_0001
portgroup_name: pg_0001
vlan_id: 1
ip_address: 192.168.10.1
subnet_mask: 255.255.255.0
enable_mgmt: True
register: host_system_result_0001 |
While adding portgroup, I get following error message
The text was updated successfully, but these errors were encountered: