From issues-return-89157-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Tue Jan 16 17:17:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id BA74118066D for ; Tue, 16 Jan 2018 17:17:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AB23B160C26; Tue, 16 Jan 2018 16:17:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F238E160C34 for ; Tue, 16 Jan 2018 17:17:04 +0100 (CET) Received: (qmail 40252 invoked by uid 500); 16 Jan 2018 16:17:04 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 40243 invoked by uid 500); 16 Jan 2018 16:17:04 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 40240 invoked by uid 99); 16 Jan 2018 16:17:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jan 2018 16:17:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id ABCA41A2AD6 for ; Tue, 16 Jan 2018 16:17:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.711 X-Spam-Level: X-Spam-Status: No, score=-100.711 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id rlqxbfNvXehS for ; Tue, 16 Jan 2018 16:17:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C89575FB9F for ; Tue, 16 Jan 2018 16:17:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AF2ABE257B for ; Tue, 16 Jan 2018 16:17:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id E36FF21308 for ; Tue, 16 Jan 2018 16:17:00 +0000 (UTC) Date: Tue, 16 Jan 2018 16:17:00 +0000 (UTC) From: "Raf Smeets (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-10233) When installed ACS on Rhel7.4 with libvirt-3.2.0 the nuage-extension in metadata is missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Raf Smeets created CLOUDSTACK-10233: --------------------------------------- Summary: When installed ACS on Rhel7.4 with libvirt-3.2.0 the nuage-extension in metadata is missing Key: CLOUDSTACK-10233 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10233 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: cloudstack-agent Affects Versions: 4.11.0.0 Environment: Nuage VSP plugin on RHEL 7.4 Reporter: Raf Smeets When installed ACS 4.11 on top of Rhel7.4 baseimage with libvirt-3.2.0 ,there is an issue with the metadata of the created VM in cloudstack. It leads to password reset failure as the nuage vrs is not allowing passage to DomainRouter. After debugging , it was found that the nuage-extension in metadata was missing. When cloudstack-agent is preparing xml to be sent to openvswitch it contains metadata with nuage-extension block as follows In /var/log/openvswitch/vm-monitor.log , the received XML of VM is without nuage-extension block in metadata as follows: Jan 15 18:17:17 ovs-1 vm-monitor.log: So the metadata block is now empty. It seems libvirt 3.2.0 requires an url in its metada, so the libvirt namespace needs to be adapted. -- This message was sent by Atlassian JIRA (v7.6.3#76005)