Bug 1490934
| Summary: | [ovirt-ansible-roles] ovirt-vm-infra: cannot add network interface to VM | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Petr Kubica <pkubica> | |
| Component: | ovirt-ansible-roles | Assignee: | Ondra Machacek <omachace> | |
| Status: | CLOSED ERRATA | QA Contact: | Petr Kubica <pkubica> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.1.5 | CC: | mgoldboi, mperina, pstehlik | |
| Target Milestone: | ovirt-4.2.0 | Keywords: | ZStream | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | ovirt-ansible-roles-1.1.1-0.el7ev | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1492096 (view as bug list) | Environment: | ||
| Last Closed: | 2018-05-15 18:00:33 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1492096 | |||
Verified ovirt-ansible-vm-infra-1.1.3-1.el7ev.noarch ansible-2.4.1.0-1.el7ae.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:1534 BZ<2>Jira Resync |
Description of problem: cannot add network interface to VM - name: Create VMs no_log: "{{ not debug_vm_create }}" ovirt_vms: auth: "{{ ovirt_auth }}" cluster: "{{ item.profile.cluster }}" template: "{{ item.profile.template }}" name: "{{ item.name }}" memory: "{{ item.profile.memory }}" cpu_cores: "{{ item.profile.cores }}" high_availability: "{{ item.profile.high_availability | default(omit) }}" cloud_init: host_name: "{{ item.name }}.{{ item.profile.domain | default(omit) }}" authorized_ssh_keys: "{{ item.profile.ssh_key | default('') }}" user_name: root root_password: "{{ item.profile.root_password | default(omit) }}" cloud_init_nics: "{{ item.profile.nics | default([]) }}" with_items: - "{{ vms }}" changed_when: false async: 800 poll: 0 register: all_vms tags: - ovirt-vm-infra Version-Release number of selected component (if applicable): ovirt-ansible-roles-1.0.3-1.el7ev.noarch ansible-2.3.2.0-2.el7.noarch