Bug 1490934 - [ovirt-ansible-roles] ovirt-vm-infra: cannot add network interface to VM
Summary: [ovirt-ansible-roles] ovirt-vm-infra: cannot add network interface to VM
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-ansible-roles
Version: 4.1.5
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ovirt-4.2.0
: ---
Assignee: Ondra Machacek
QA Contact: Petr Kubica
URL:
Whiteboard:
Depends On:
Blocks: 1492096
TreeView+ depends on / blocked
 
Reported: 2017-09-12 14:06 UTC by Petr Kubica
Modified: 2019-05-16 13:18 UTC (History)
3 users (show)

Fixed In Version: ovirt-ansible-roles-1.1.1-0.el7ev
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
: 1492096 (view as bug list)
Environment:
Last Closed: 2018-05-15 18:00:33 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2018:1534 0 None None None 2018-05-15 18:01:05 UTC

Description Petr Kubica 2017-09-12 14:06:35 UTC
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

Comment 2 Petr Kubica 2018-01-03 13:37:53 UTC
Verified
ovirt-ansible-vm-infra-1.1.3-1.el7ev.noarch
ansible-2.4.1.0-1.el7ae.noarch

Comment 7 errata-xmlrpc 2018-05-15 18:00:33 UTC
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

Comment 8 Franta Kust 2019-05-16 13:09:15 UTC
BZ<2>Jira Resync


Note You need to log in before you can comment on or make changes to this bug.